home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / clipper.def < prev    next >
Text File  |  2000-11-08  |  5KB  |  211 lines

  1. object TPersHolder
  2.   P.Name = 'Clipper'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       UseMetaSymbol = True
  8.       UseMetaToWrapLines = True
  9.       MetaSymbol = ';'
  10.       FIText = 0
  11.       FIIntNum = 1
  12.       FIFloatNum = 2
  13.       FIHexNum = 3
  14.       FIDirective = 4
  15.       FISymbol = 10
  16.       UseSymbols = True
  17.       UseLineDirectives = True
  18.       UseComments = True
  19.       UseSingleLineComments = True
  20.       UseMultiLineComments = True
  21.       UseFullLineComments = True
  22.       UseStrings = True
  23.       UseSingleLineStrings = True
  24.       UseNumbers = True
  25.       UsePrefixedSuffixedIdentifiers = True
  26.       UseKeywords = True
  27.       BlockDelimiters = <>
  28.       LineDirectivePrefix = '#'
  29.       SingleLineCommentDelimiters = <
  30.         item
  31.           FontID = 5
  32.           LeftDelimiter = '//'
  33.         end
  34.         item
  35.           FontID = 15
  36.           LeftDelimiter = '&&'
  37.         end>
  38.       MultiLineCommentDelimiters = <
  39.         item
  40.           FontID = 6
  41.           LeftDelimiter = '/*'
  42.           RightDelimiter = '*/'
  43.         end>
  44.       FullLineCommentDelimiters = <
  45.         item
  46.           FontID = 7
  47.           LeftDelimiter = '*'
  48.         end
  49.         item
  50.           FontID = 16
  51.           LeftDelimiter = 'note'
  52.         end>
  53.       SingleLineStringDelimiters = <
  54.         item
  55.           FontID = 8
  56.           LeftDelimiter = #39
  57.           RightDelimiter = #39
  58.         end
  59.         item
  60.           FontID = 9
  61.           LeftDelimiter = '"'
  62.           RightDelimiter = '"'
  63.         end>
  64.       IdentPrefixesSuffixes = <
  65.         item
  66.           LeftDelimiter = '.'
  67.           RightDelimiter = '.'
  68.         end>
  69.       KeywordSets = <
  70.         item
  71.           FontID = 14
  72.           Name = 'reserved'
  73.           Keywords = 
  74.             '.and.,.f.,.not.,.or.,.t.,announce,begin,break,case,class,continu' +
  75.             'e,declare,do,else,elseif,end,endcase,endclass,enddo,endif,endseq' +
  76.             'uence,exit,exported,field,for,function,hidden,if,in,init,local,m' +
  77.             'emvar,method,next,nil,note,otherwise,parameters,private,procedur' +
  78.             'e,protected,public,recover,request,return,self,sequence,static,s' +
  79.             'tep,then,to,using,var,while'
  80.         end>
  81.     end>
  82.   P.FontTable = <
  83.     item
  84.       FontID = 0
  85.       GlobalAttrID = 'Whitespace'
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clBlack
  88.       Font.Height = -13
  89.       Font.Name = 'Courier New'
  90.       Font.Style = []
  91.     end
  92.     item
  93.       FontID = 1
  94.       GlobalAttrID = 'Integer'
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clGreen
  97.       Font.Height = -13
  98.       Font.Name = 'Courier New'
  99.       Font.Style = []
  100.     end
  101.     item
  102.       FontID = 2
  103.       GlobalAttrID = 'Float'
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clGreen
  106.       Font.Height = -13
  107.       Font.Name = 'Courier New'
  108.       Font.Style = []
  109.     end
  110.     item
  111.       FontID = 3
  112.       GlobalAttrID = 'Integer'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clGreen
  115.       Font.Height = -13
  116.       Font.Name = 'Courier New'
  117.       Font.Style = []
  118.     end
  119.     item
  120.       FontID = 4
  121.       GlobalAttrID = 'Defines'
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clGreen
  124.       Font.Height = -13
  125.       Font.Name = 'Courier New'
  126.       Font.Style = [fsBold]
  127.     end
  128.     item
  129.       FontID = 5
  130.       GlobalAttrID = 'Comment'
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clGray
  133.       Font.Height = -13
  134.       Font.Name = 'Courier New'
  135.       Font.Style = [fsItalic]
  136.     end
  137.     item
  138.       FontID = 6
  139.       GlobalAttrID = 'Comment'
  140.       Font.Charset = DEFAULT_CHARSET
  141.       Font.Color = clGray
  142.       Font.Height = -13
  143.       Font.Name = 'Courier New'
  144.       Font.Style = [fsItalic]
  145.     end
  146.     item
  147.       FontID = 7
  148.       GlobalAttrID = 'Comment'
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clGray
  151.       Font.Height = -13
  152.       Font.Name = 'Courier New'
  153.       Font.Style = [fsItalic]
  154.     end
  155.     item
  156.       FontID = 8
  157.       GlobalAttrID = 'String'
  158.       Font.Charset = DEFAULT_CHARSET
  159.       Font.Color = clMaroon
  160.       Font.Height = -13
  161.       Font.Name = 'Courier New'
  162.       Font.Style = []
  163.     end
  164.     item
  165.       FontID = 9
  166.       GlobalAttrID = 'String'
  167.       Font.Charset = DEFAULT_CHARSET
  168.       Font.Color = clMaroon
  169.       Font.Height = -13
  170.       Font.Name = 'Courier New'
  171.       Font.Style = []
  172.     end
  173.     item
  174.       FontID = 14
  175.       GlobalAttrID = 'Reserved words'
  176.       Font.Charset = DEFAULT_CHARSET
  177.       Font.Color = clBlue
  178.       Font.Height = -13
  179.       Font.Name = 'Courier New'
  180.       Font.Style = [fsBold]
  181.     end
  182.     item
  183.       FontID = 15
  184.       GlobalAttrID = 'Comment'
  185.       Font.Charset = DEFAULT_CHARSET
  186.       Font.Color = clGray
  187.       Font.Height = -13
  188.       Font.Name = 'Courier New'
  189.       Font.Style = [fsItalic]
  190.     end
  191.     item
  192.       FontID = 16
  193.       GlobalAttrID = 'Comment'
  194.       Font.Charset = DEFAULT_CHARSET
  195.       Font.Color = clGray
  196.       Font.Height = -13
  197.       Font.Name = 'Courier New'
  198.       Font.Style = [fsItalic]
  199.     end
  200.     item
  201.       FontID = 10
  202.       GlobalAttrID = 'Delimiters'
  203.       Font.Charset = DEFAULT_CHARSET
  204.       Font.Color = clBlack
  205.       Font.Height = -13
  206.       Font.Name = 'Courier New'
  207.       Font.Style = []
  208.     end>
  209.   P.SyntaxVersion = 3
  210. end
  211.